ButtonShow SUB Action Used internally by the other procedures in WINDOW.BAS. Do not use or alter this procedure. Syntax ButtonShow handle% Remarks The ButtonShow procedure draws a button on the screen, and is used automatically by WINDOW.BAS. Normally, you never need to call this procedure directly since it is automatically called when needed. The argument handle% is an integer that indicates the number of the button that is being opened. This can be any number between 1 and the value declared in the constant MAXBUTTON, inclusive. Warning ------- Do not alter this procedure unless you are customizing the User Interface toolbox and know how the use or alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. ButtonOpen, ButtonSetState, ButtonToggle